An Algorithm for Converting a Decimal Number to a Binary Number
By Kevin Ritzman
In this learning activity you'll examine a systematic method for converting a decimal number (base 10) into a binary number (base 2).
An Overview of the Raspberry Pi
By Joseph Wetzel
In this learning activity you'll discover what the Raspberry Pi is, how it's used, and some projects you can do at home.
What is the .Net Framework?
By carlfranklin
In this learning activity you'll discover what the .NET Framework is, what problems it solves, and how it came to be.
How to Evaluate a Problem Statement using MEA and IPO Techniques
By Matthew Green
In this learning activity you'll discover how to evaluate a problem statement using both the MEA and the IP Techniques.
Strings in the .NET Framework
By Brett Sheleski
In this activity, we will explain the string datatype in the .net framework and cover the peculiarities of a reference type that appears to behave like value type.
Parameters and Arguments
In this learning activity, you’ll discover the difference between a parameter and an argument.
Visual Logic Basic Programming: Using Flow Charts
By Jason Vosters
In this learning activity you'll understand what flow charts are and how they're used to create computer programs.
Variables in Computer Programming (JavaScript)
In this learning activity you'll review what a variable is, how to use variables in JavaScript, and how the computer works with variables.
Visual Studio: Creating a New VSTS Repository
By Brian Foote
In this learning activity, you'll practice creating a new repository in Visual Studio Online, a cloud-based version control system.
Debugging: What is It?
Learn more about debugging including: what it is, why we use it, and what it looks like in action.
Object or Class?
By Jay Stulo
In this learning activity, you'll watch an animated explanation of the terms class and object as used by computer programmers, and then contrast the differences.
What is an Algorithm?
In this learning activity, we’ll learn what an algorithm is.
Programming in C++ Using Constants
By Ryan Appel
In this learning activity you'll discover the const keyword and it’s uses in C++.
Value Types and Reference Types in the .Net Framework
In this learning activity you'll discover the functional differences between value and reference types within the .Net framework.
Debugging: Breakpoints
In this learning activity we will discuss breakpoints: what they are and how to use them.
Subtracting Binary Numbers by Adding the 2's Complement
In this learning activity you'll solve three binary subtraction problems using the 2's complement method.
Async and Await
In this learning activity, we’ll explore how async and await is used in mobile programming to allow multiple tasks to happen at once.
Attributes of a Class: Fields and Properties
In this learning activity you'll discover how C#, attributes provide a way of associating data with an object in two forms - Fields and Properties.
CRUD Applications - Create Retrieve Update Delete
In this learning activity you'll discover what C.R.U.D. applications are and how they're used in everyday life.
The CLR: Overview of the Common Language Runtime
In this learning activity, you’ll explore the Common Language Runtime, or CLR.
Finding Factorials with Recursion
In this activity we will discover when recursion is the best solution for your computer programming task.
Instantiation: Constructing an Object
In this learning activity you'll discover how constructors in the C# programming language are used to instantiate objects.
Recursion - See Recursion
In this learning object you'll learn what recursion is and how to use it.
Pointers In C++
In this learning activity you'll be introduced to programming pointers compatible with both the C and C++ languages.
Visual Studio: Connecting to Team Foundation Service
In this learning activity, you’ll practice connecting to the Team Foundation Service (TFS) and your local code repository to get existing code.
Restful Services
In this learning activity, we’ll explore what RESTful services are, how they interact with clients and servers, and finally, understand how it works within an HTTP framework.
Debugging: Immediate Window
In this learning activity, you'll explore the Immediate Window including what is it and how you use it?
Access Modifiers in C#
In this learning activity we will learn what access modifiers are and how they are used in C#.
Variables in Computer Programming (C#)
In this learning activity you'll define what a variable is, how they're used in the C# programming language, and how the computer works with variables under the hood.
An Algorithm for Converting a Binary Number to a Decimal Number
In this learning activity you'll examine two methods for converting a binary number to a decimal number.
This game will test your understanding of object oriented programming using the C# language.
You'll discover some acronyms commonly used in Microsoft Programming.
You'll be introduced to some programming acronyms commonly used in the application development.
You'll explore introductory concepts related to variables in the Linux operating system.
You'll explore introductory concepts related to shell scripting in the Linux operating system
You'll be introduced to the various programming languages, focusing on broad generational differences.
You'll be introduced to programming paradigms and paradigm languages.
You'll be asked to match definitions within the STRIDE categories, which is used in risk analysis and threat modeling.
You'll be asked to match definitions within the DREAD categories, which is used in risk analysis and threat modeling.
You'll focus on terminology related to designing a hypothetical program.
You'll learn to recognize the phases in the Software Development Life Cycle.
You'll learn to recognize the phases in the MS Software Development Life cycle.